home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / dskut / pgld1102.zip / PGSETUP.BAT < prev    next >
DOS Batch File  |  1994-02-23  |  443b  |  20 lines

  1. @echo off
  2. cls
  3. echo This batch file will create all the appropriate sub-directories
  4. echo so that PassportGOLD could work properly.
  5. echo Please make sure PKUNZIP is in the current directory or in the
  6. echo PATH.
  7. pause
  8. md archive
  9. md ediin
  10. md ediinbox
  11. md ediout
  12. md edioutbx
  13. md pgmaps
  14. md reftable
  15. pkunzip archive.zip archive
  16. pkunzip pgmaps.zip pgmaps
  17. pkunzip reftable.zip reftable
  18. cls
  19. echo Done! Type PGOLD to start PassportGOLD.
  20.